fmt.fmt.padString (method)
7 uses
fmt (current package)
format.go#L108: func (f *fmt) padString(s string) {
format.go#L128: f.padString("true")
format.go#L130: f.padString("false")
format.go#L359: f.padString(s)
format.go#L450: f.padString("`" + s + "`")
print.go#L573: p.fmt.padString(nilAngleString)
print.go#L688: p.fmt.padString(nilAngleString)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |